home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / T0501 / text0021.txt < prev    next >
Encoding:
Text File  |  1997-02-06  |  1.5 KB  |  37 lines

  1. >         BTW, any further luck with GEM/TOS DEU yet Anthony? And will it
  2.  
  3. I'm going mad... er... yes, it gets slightly further than it did before, and
  4. then crashes... [all these functions with variable number of parameters, and
  5. pointers to functions *really* confuses me...]
  6.  
  7. I'm going to attack it tonight, and may get the main editor event loop working
  8. (but NOT the edit object code - ie you maybe able to insert points/sides/things
  9. but NOT change any of the properties.) This is what I *HOPE* happens tonight,
  10. but I might just be up until 2am, trying to find bus errors... [as happened
  11. last night...] 
  12.  
  13. > require a registered copy of Doom like WINDEU does? If so, I'd better get a
  14. > copy.
  15.  
  16. well, strictly speaking, any Doom editor should require that the user edits
  17. a registered IWAD file - this is explicitly mentioned in the license aggrement,
  18. IIRC. So... I think I should leave the registered checks in.
  19.  
  20. However, as we plan to make our own IWAD, it would be easy for someone (eg. me)
  21. to make a little IWAD which would pass the registered check, but would contain
  22. no data. Then we can simply add in all the graphics, and people can design
  23. maps to their hearts content... :-)
  24.  
  25. [Of course, the editor will need changing to support BMW's when we get that
  26.  far...]
  27.  
  28. What does everyone think? should I take out the 'registered' check before
  29. saving?
  30.  
  31. Anthony
  32.  
  33. [interestingly, in the source there is a line:
  34.     else Registered=FALSE;  /* If you change this you will die! */
  35. If you do change it to TRUE, then it crashes with unregistered versions!]
  36.  
  37.